home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Multimedia 20
/
The Best of Select: Multimedia 20.iso
/
mpg
/
vmpeg.bat
< prev
next >
Wrap
DOS Batch File
|
1996-10-14
|
574b
|
18 lines
@echo off
rem
rem specify correct paths in line 9, 16 and 17
rem
rem use the following line for SVGAs with VESA BIOS
rem set go32=nodpmi gw 640 gh 480 nc 256
rem
rem otherwise use the following line
rem set go32=nodpmi driver d:\vmpeg\drivers\et4000.grn gw 640 gh 480 nc 256
rem replace with driver for your SVGA ^^^^^^^^^^
rem gw = width
rem gh = height
rem nc = number of colors (don't change)
rem
rem or use the following line for standard VGA (last resort...)
set go32=nodpmi driver d:\vmpeg\drivers\vga.grd
go32 %1 %2 %3 %4 %5 %6 %7 %8 %9